Skip to main content

Update a specific organization network

Update a specific organization network

Path Parameters
    networkId string required

    Unique identifier of the network

    orgid string required

    Unique identifier of the organization

Request Body

Each field is optional. Only the fields that are provided will be updated.

    name string
    description string
    mtu integer

    Default value: 2800

    dns object
    domain string
    servers string[]
    ipAssignmentPools object[]
  • Array [
  • ipRangeStart string
    ipRangeEnd string
  • ]
  • private boolean
    routes object[]
  • Array [
  • target string
    via string nullable
  • ]
  • flowRules string

    Default value: drop not ethertype ipv4 and not ethertype arp and not ethertype ipv6; accept;

    v4AssignMode object
    zt boolean
    v6AssignMode object
    6plane boolean
    rfc4193 boolean
    zt boolean
Responses

Network Updated


Schema
    authorId string
    description string
    authTokens string[]
    authorizationEndpoint string
    capabilities string[]
    clientId string
    creationTime integer
    dns object
    domain string
    servers string[]
    enableBroadcast boolean
    id string
    ipAssignmentPools object[]
  • Array [
  • ipRangeStart string
    ipRangeEnd string
  • ]
  • mtu integer
    multicastLimit integer
    name string
    nwid string
    objtype string
    private boolean
    remoteTraceLevel integer
    remoteTraceTarget string
    revision integer
    routes object[]
  • Array [
  • target string
    via string nullable
  • ]
  • rules object[]
  • Array [
  • not boolean
    or boolean
    type string
  • ]
  • rulesSource string
    ssoEnabled boolean
    tags string[]
    v4AssignMode object
    zt boolean
    v6AssignMode object
    6plane boolean
    rfc4193 boolean
    zt boolean
Loading...